Why do i keep forgetting things? [closed]

Posted by Mr.Anubis on Programmers See other posts from Programmers or by Mr.Anubis
Published on 2011-11-29T21:40:14Z Indexed on 2011/11/30 2:06 UTC
Read the original article Hit count: 234

I am currently learning many things at the same time in C++ and coded many data structures and algorithms and some small applications. When I suddenly try to remember something that I coded many months ago, my mind completely goes blank. It's like I'll have to re-learn the whole thing.

For example, recently I was thinking to refactor my BST data structure, when I realized that I don't even remember how I coded it or how does it works internally.

Does this happen with many others? Or is it me only? How do I overcome this problem?

© Programmers or respective owner

Related posts about programming-languages

Related posts about learning